Fixing an issue where setting a custom property on a handler will not propagate it...
[castle.git] / ActiveRecord / Running the test cases.txt
blobccff1775d551b9eb4546a2150e8ee4f56bc253d5
1 The test cases run against a MSSQL Server 2000 database by default, but due to \r
2 NHibernate's features, you can change the database to whatever you like. \r
3 \r
4 \r
5 1. Modify the Connection properties information:\r
6 \r
7     The basic NHibernate settings can be set as NAnt arguments. See the "How to build.txt"\r
8     file in the root of the repository for details.\r
9 \r
10     See file Castle.ActiveRecord.Tests\Castle.ActiveRecord.Tests.dll.config for full config.\r
12 2. Create the database\r
14   The Test cases will generate all the necessary schema. \r
15   \r